Improve provider compatibility, browser automation workflow, and configuration handling - #741
Open
L0W-LIGHT wants to merge 1 commit into
Open
Conversation
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR contains several improvements made while testing and extending the project.
Highlights
These changes were tested using Docker with Gemini and Ollama providers.
Summary by cubic
Migrates the Web UI to
streamlitand adds a guided job-application workflow with persistent profile and application history. Improves LLM provider compatibility, browser automation reliability, and Docker configuration, with new security and deployment guides.New Features
streamlitapp with pages for Profile, Browser Settings, Job Application, and Application History.StreamlitManagerand JSON files underdata/.CustomBrowser; controller expanded with job tools.STREAMLIT_DEPLOYMENT.md,SECURITY_GUIDE.md), plus.streamlit/config.toml.streamlit_app.pyvia supervisord; runner scriptrun_streamlit.py.Migration
pip install -r requirements.txt(replacesgradiowithstreamlit, addspython-dotenv, bumpslangchain-ibm).env.exampleto.envand set keys (e.g.,OPENAI_API_KEY,LLM_PROVIDER,LLM_MODEL).python run_streamlit.pyorstreamlit run streamlit_app.py --server.port 8501.docker-compose.yml(port 8501 exposed).Written for commit a187ed3. Summary will update on new commits.